Kind Enumeration

Represents the appearance of a circle.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum Kind

Members

Full0 Specifies the full circle or ellipse.
Section1 Specifies the section of a circle or ellipse.
Cut2 Specifies the circle or ellipse with a cut.
Arc3 Specifies the circle or ellipse with a cut.
None4 None.

See Also